SixBit API Schema
Supplier_AddUpdateType Complex Type
Description
An API call to add or update suppliers.
Namespace (none)
Diagram
CustomFields Element MailingAddress Element DateLastModified Element OriginTemplateName Element OriginTemplateID Element ConsignmentPlanName Element ConsignmentPlanID Element IsConsignor Element WebAddress Element Title Element Notes Element Fax Element Phone Element Company Element LastName Element Initial Element FirstName Element Email Element AccountNum Element SupplierID Element All Supplier Element Sequence Suppliers Element All Supplier_AddUpdateType Complex Type
Overview
Supplier_AddUpdateType
An API call to add or update suppliers.
action optional auactionParam Simple Type
logfilepath optional xs:string
The full name and path to a location to place logging information.
All
Sequence
Supplier 0..∞ SupplierType Complex Type
The information about a supplier.
All
Sequence
Any 0..∞
Used By
Supplier_AddUpdate Element
Attributes
NameTypeUseDefaultFixedDescription
actionauactionParam Simple TypeoptionalAddandUpdate  
logfilepathxs:stringoptional  The full name and path to a location to place logging information.
Source
<xs:complexType name="Supplier_AddUpdateType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to add or update suppliers.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="Suppliers" type="SuppliersType" minOccurs="1" maxOccurs="1" />
  </xs:all>
  <xs:attribute name="action" type="auactionParam" default="AddandUpdate" />
  <xs:attribute name="logfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a location to place logging information.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.